home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TSYNCHRONIZEDIALOG / TSYNCHRONIZEDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  4.7 KB  |  206 lines

  1. object SynchronizeDialog: TSynchronizeDialog
  2.   Left = 367
  3.   Top = 198
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_keepuptodate'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Keep remote directory up to date X'
  9.   ClientHeight = 264
  10.   ClientWidth = 396
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     396
  23.     264)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object DirectoriesGroup: TXPGroupBox
  27.     Left = 8
  28.     Top = 6
  29.     Width = 381
  30.     Height = 119
  31.     Anchors = [akLeft, akTop, akRight]
  32.     Caption = 'Directories'
  33.     TabOrder = 0
  34.     DesignSize = (
  35.       381
  36.       119)
  37.     object LocalDirectoryLabel: TLabel
  38.       Left = 11
  39.       Top = 19
  40.       Width = 200
  41.       Height = 13
  42.       Anchors = [akLeft, akTop, akRight]
  43.       Caption = '&Watch for changes in the local directory ...'
  44.       FocusControl = LocalDirectoryEdit
  45.     end
  46.     object RemoteDirectoryLabel: TLabel
  47.       Left = 11
  48.       Top = 68
  49.       Width = 263
  50.       Height = 13
  51.       Anchors = [akLeft, akTop, akRight]
  52.       Caption = '... &and automatically reflect them on the remote directory'
  53.       FocusControl = RemoteDirectoryEdit
  54.     end
  55.     object RemoteDirectoryEdit: THistoryComboBox
  56.       Left = 11
  57.       Top = 84
  58.       Width = 359
  59.       Height = 21
  60.       AutoComplete = False
  61.       Anchors = [akLeft, akTop, akRight]
  62.       ItemHeight = 13
  63.       MaxLength = 1000
  64.       TabOrder = 2
  65.       Text = 'RemoteDirectoryEdit'
  66.       OnChange = ControlChange
  67.       OnKeyDown = DirectoryEditKeyDown
  68.     end
  69.     object LocalDirectoryEdit: THistoryComboBox
  70.       Left = 11
  71.       Top = 35
  72.       Width = 276
  73.       Height = 21
  74.       AutoComplete = False
  75.       Anchors = [akLeft, akTop, akRight]
  76.       ItemHeight = 13
  77.       MaxLength = 1000
  78.       TabOrder = 0
  79.       Text = 'LocalDirectoryEdit'
  80.       OnChange = ControlChange
  81.       OnKeyDown = DirectoryEditKeyDown
  82.     end
  83.     object LocalDirectoryBrowseButton: TButton
  84.       Left = 293
  85.       Top = 33
  86.       Width = 75
  87.       Height = 25
  88.       Anchors = [akTop, akRight]
  89.       Caption = 'B&rowse...'
  90.       TabOrder = 1
  91.       OnClick = LocalDirectoryBrowseButtonClick
  92.     end
  93.   end
  94.   object StopButton: TButton
  95.     Left = 152
  96.     Top = 230
  97.     Width = 74
  98.     Height = 25
  99.     Anchors = [akLeft, akBottom]
  100.     Caption = '&Stop'
  101.     TabOrder = 4
  102.     OnClick = StopButtonClick
  103.   end
  104.   object CancelButton: TButton
  105.     Left = 314
  106.     Top = 230
  107.     Width = 74
  108.     Height = 25
  109.     Anchors = [akLeft, akBottom]
  110.     Cancel = True
  111.     Caption = 'Close'
  112.     ModalResult = 2
  113.     TabOrder = 6
  114.   end
  115.   object OptionsGroup: TXPGroupBox
  116.     Left = 8
  117.     Top = 130
  118.     Width = 381
  119.     Height = 95
  120.     Anchors = [akLeft, akTop, akRight]
  121.     Caption = 'Synchronize options'
  122.     TabOrder = 1
  123.     DesignSize = (
  124.       381
  125.       95)
  126.     object SynchronizeDeleteCheck: TCheckBox
  127.       Left = 11
  128.       Top = 20
  129.       Width = 182
  130.       Height = 17
  131.       Caption = '&Delete files'
  132.       TabOrder = 0
  133.       OnClick = ControlChange
  134.     end
  135.     object SynchronizeNoConfirmationCheck: TCheckBox
  136.       Left = 203
  137.       Top = 44
  138.       Width = 166
  139.       Height = 17
  140.       Anchors = [akLeft, akTop, akRight]
  141.       Caption = '&No confirmations'
  142.       TabOrder = 3
  143.       OnClick = ControlChange
  144.     end
  145.     object SaveSettingsCheck: TCheckBox
  146.       Left = 11
  147.       Top = 68
  148.       Width = 361
  149.       Height = 17
  150.       Caption = 'Use same &options next time'
  151.       TabOrder = 4
  152.       OnClick = ControlChange
  153.     end
  154.     object SynchronizeExistingOnlyCheck: TCheckBox
  155.       Left = 203
  156.       Top = 20
  157.       Width = 166
  158.       Height = 17
  159.       Anchors = [akLeft, akTop, akRight]
  160.       Caption = '&Existing files only'
  161.       TabOrder = 1
  162.       OnClick = ControlChange
  163.     end
  164.     object SynchronizeRecursiveCheck: TCheckBox
  165.       Left = 11
  166.       Top = 44
  167.       Width = 182
  168.       Height = 17
  169.       Caption = 'Update s&ubdirectories'
  170.       TabOrder = 2
  171.       OnClick = ControlChange
  172.     end
  173.   end
  174.   object StartButton: TButton
  175.     Left = 152
  176.     Top = 230
  177.     Width = 74
  178.     Height = 25
  179.     Anchors = [akLeft, akBottom]
  180.     Caption = '&Start'
  181.     Default = True
  182.     TabOrder = 3
  183.     OnClick = StartButtonClick
  184.   end
  185.   object MinimizeButton: TButton
  186.     Left = 233
  187.     Top = 230
  188.     Width = 74
  189.     Height = 25
  190.     Anchors = [akLeft, akBottom]
  191.     Caption = '&Minimize'
  192.     TabOrder = 5
  193.     OnClick = MinimizeButtonClick
  194.   end
  195.   object TransferPreferencesButton: TButton
  196.     Left = 8
  197.     Top = 230
  198.     Width = 137
  199.     Height = 25
  200.     Anchors = [akRight, akBottom]
  201.     Caption = 'Transfer &preferences...'
  202.     TabOrder = 2
  203.     OnClick = TransferPreferencesButtonClick
  204.   end
  205. end
  206.